home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Editace / hltp.exe / {app} / Applications / MilkShape 3D / md3_sample.qc < prev    next >
Text File  |  2000-02-29  |  433b  |  21 lines

  1. // model <modelname> <outputfilename>
  2. $model "models/model.md3"
  3. $parentjoint "Pelvis"
  4. $frames 0 0
  5. $flags 0
  6. $numskins 0
  7.  
  8. // tags <tagname> <ms3djointname>
  9. $tag "tag_name1" "Joint01"
  10. $tag "tag_name2" "Joint02"
  11. $tag "tag_name3" "Joint03"
  12.  
  13. // mesh <meshname> <ms3dgroupname>
  14. $mesh h_head h_head 
  15. $skin models/skin01.pcx
  16. $flags 0
  17.  
  18. // mesh <meshname> <ms3dgroupname>
  19. $mesh h_head h_head
  20. $skin models/skin01.pcx
  21. $flags 0